micro_utils.dokka
/
dev.inmo.micro_utils.pagination.utils
/
[jvm]PaginatedIterable
jvm
Paginated
Iterable
class
PaginatedIterable
<
T
>(pageSize:
Int
, countGetter: () ->
Long
, paginationResultGetter:
Pagination
.() ->
PaginationResult
<
T
>) :
Iterable
<
T
>
Content copied to clipboard
Functions
Functions
for
Each
Link copied to clipboard
jvm
open fun
forEach
(p0:
Consumer
<in
T
>)
Content copied to clipboard
iterator
Link copied to clipboard
jvm
open operator override fun
iterator
():
Iterator
<
T
>
Content copied to clipboard
spliterator
Link copied to clipboard
jvm
open fun
spliterator
():
Spliterator
<
T
>
Content copied to clipboard